body
{
    background-color: cadetblue;
	font-family:Arial;
	padding:0px;
	margin:0px;
	width:100%;
}
header
{
	margin:0px;
	height:auto;
	width:100%;
	position: fixed;
	top:0;
	z-index: 200;
    border-bottom-color: grey;
    border-bottom-width: 0.5px;
    border-bottom-style: solid;
	background-color: white;
}
h2
{
    font-size: inherit;       
    font-weight: inherit;   
    margin: 0;            
    padding: 0;            
    color: inherit;        
    display: inherit;       
}
h3
{
    font-size: inherit;       
    font-weight: inherit;   
    margin: 0;            
    padding: 0;            
    color: inherit;        
    display: inherit;       
}
#top_bar
{
    height:160px;
    width:100%;
}
#logoImage
{
	height: 100px;
	float:left;
	margin-left: 30px;
	margin-top: 10px;	
}
#nav_container
{
	font-size: 20px;
	list-style-type: none;
	background-color: white;
	margin-top:0px;
	margin-bottom: 0px;
	text-align: right;
	padding-right: 30px;
	padding-top:10px;
	padding-bottom: 15px;    
}
#headerList
{
    display: inline;
	padding: 10px 15px;	
}

header a
{
    position:relative;
    text-decoration:none;
    color: black;
	padding:0px;
}
header a:hover
{
	color:black;
}
header a:before
{
	content: "";
  	position: absolute;
  	width: 100%;
  	height: 2px;
  	bottom: 0;
  	left: 0;
  	background-color: black;
  	visibility: hidden;
  	-webkit-transform: scaleX(0);
 	transform: scaleX(0);
  	-webkit-transition: all 0.3s ease-in-out 0s;
  	transition: all 0.3s ease-in-out 0s;
}
header a:hover:before
{
	visibility: visible;
  	-webkit-transform: scaleX(1);
  	transform: scaleX(1);
}
.textOne
{
    
    font-size: 22px;
    font-weight: 550;
    font-stretch: 100%;
    letter-spacing:-1px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;   
}
#selectedLang{
    color:black;
}
#nonselectedLang{
    color:grey;
}
#switchContainer
{
    width: 100%;
    height: auto;
    text-align: right;
    padding-top: 10px;
}
#mobile_switchContainer
{
      display: none;      
}
#phonefull
{
    width: 100%;
    text-align: right;
}
#phoneContainer
{
    display: inline-block;
    width:225px;
    text-align: right;
    margin-top: 5px;
    margin-right: 20px;
    
}
#imagePhone
{
    width: 25px;
    float:left;
}
#num
{
    color: black;
    font-size: 25px;
    font-weight: 550;
    font-stretch: 100%;
    letter-spacing:0px;
    text-align: center;
    float:right;
    margin-top: 5px;
    
}
.switch
{
    position:relative;
    display: inline-block;
    width: 50px;
    height:24px;
}
.switch input
{
    opacity:0;
    width:0;
    height:0;
}
.slider{
    position: absolute;
    cursor:pointer;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color: black;
    -webkit-transition:.4s;
    transition:.4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition:.4s;
    transition: .4s;
}
input:checked + .slider 
{
    background: black;
}
input:focus +.slider 
{
    box-shadow: 0 0 1px black;
}
input:checked + .slider:before 
{
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round
{
    border-radius: 34px;
}
.slider.round:before
{
    border-radius: 50%;
}
#on1Page
{
    content: "";
  	position: absolute;
  	width: 100%;
  	height: 2px;
  	bottom: 0;
  	left: 0;
  	background-color: black;
  	visibility: visible;
}
#wholeContainer
{
    width:100%;
    text-align: center;
    margin-top: 130px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    background-color: cadetblue;
}
#modelContainer
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    width:90%;
    height: auto;
    display: inline-block;
    background-color: cadetblue;
    overflow: auto;
    text-align: center;
    border:none;
    padding: 0px;
    
}
.modelBlock
{
   width:14.2857%;
    text-align: center;
    overflow: auto;
    margin-bottom: 0px;
    text-decoration: none;
    height: 100%;
    
}
#text1
{
   
    margin-top: 20px;
    color: black;
    
}
#text2
{
 
    margin-top: 20px;
    
    
}
#text3
{
    
    margin-top: 20px;
    
    
}
#text4
{
 
    margin-top: 20px;
    
    
}
#text5
{
    
    margin-top: 20px;
    
    
}
#firstBlock
{
  float:left;
  background-color:white;
  overflow: auto;
  visibility: visible;
  margin-bottom: 0px;
}
#secondBlock
{
    float:right;
    overflow: auto;
    background-color: cadetblue;
    margin-bottom: 0px;
}
#thirdBlock
{
  float:right;
  overflow: auto;
  background-color: cadetblue;
}
#fourthBlock
{
    float:right;
    background-color: cadetblue;
}
#fifthBlock
{
    float:right;
    background-color: cadetblue;
}
#sixthBlock
{
    float:right;
    background-color: cadetblue;
}
#seventhBlock
{
   float:right;
    background-color: cadetblue; 
}


.fontReg
{
    font-size: 50px;
    font-weight: 750;
    font-stretch: 100%;
    letter-spacing: -1.7px;
    color: black;
    text-transform: uppercase;
    width:80%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    margin-top: 30px;
    margin-bottom: 0px;
}
.fontReg2
{
    
    font-weight: 750;
    color: white;
    text-transform: uppercase;
    width:90%;
    margin-top:8px;
    margin-bottom:8px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    
    
}
.infoContainer
{
    width: 80%;
    overflow: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    display: block;
    background-color: #c4f4d4;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 25px;
    
}
#infoTitle
{
    font-weight: 750;
    font-stretch: 100%;
    letter-spacing: -1.7px;
    color: black;
    text-transform: uppercase;
    width:90%;
    margin-top:20px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
}
#infoPText
{
    font-weight: 700;
    
    color: black;

    width:100%;
    margin-top:8px;
    margin-bottom: 130px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 20px;
}
.under
{
    text-decoration: underline;
    
}
#firstInfo
{
    display:visible;
}
#secondInfo
{
    display: none;
}
#thirdInfo
{
    display:none;
}
#fourthInfo
{
    display: none;
}
#fifthInfo
{
    display:none;
}
#sixthInfo
{
    display: none;
}
#seventhInfo
{
    display:none;
}
.infoList
{
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 700;
    
    color: black;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: 20px;
}
#wholeContainer2
{
    text-align: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 140px;
    background-color: cadetblue;
 
    box-sizing: border-box;
    border:none;
    padding: 0px;

}
#wholeContainer3
{
    text-align: center;
    width: 100%;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0px;
    background-color: cadetblue;
    overflow: auto;
    border:none;
    padding: 0px;
}
button
{
    text-decoration: none;
}
#small_boxes_container_one
{
    width:75%;
    margin-left: auto;
    margin-right: auto;

  
    box-sizing: border-box;
    text-align: center;
    

}
#small_boxes_container_two
{
    width:75%;
    margin-left: auto;
    margin-right: auto;

  
    box-sizing: border-box;
    text-align: center;
    

}
.small_box
{
    width:31%;
    height:auto;
    background-color: rgb(156, 206, 208);
    margin-top: 60px;
    
    border-radius: 25px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    
    
}
.small_boxes_divider
{
    width:3.5%;
    height: 200px;
    background-color:cadetblue;
    margin-top: 60px;
    float:left;
}

#small_box_one
{
    float: left;
    background-color: #c4f4d4;
}
#small_box_two
{
    float:left;
}
#small_box_three
{
    float:right;
}
#small_box_four
{
    float: left;
}
#small_box_five
{
    float:left;
}
#small_box_six
{
    float:right;
}

.small_box_title
{
    font-size: 25px;
    font-weight: 700;
    box-sizing: border-box;
    height: 70px;
}
.small_box_image
{
    width:90%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}
#bottom_space
{
    width:100%;
    height: 60px;
}
#last_box_container
{
    width:75%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    text-align: center;
    background-color: cadetblue;
    overflow: hidden;
    

}
#last_box
{
    
    margin-left: auto;
    margin-right: auto;
    width:31%;
    height:auto;
    background-color:rgb(156, 206, 208);
    margin-top: 60px;
    margin-bottom: 60px;
    
    border-radius: 25px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
   

}
#box_one_image_selected
{
    display:block;
}
#box_one_image_nonselected
{
    display: none;
}
#box_four_image_selected
{
    display:none;
}
#box_four_image_nonselected
{
    display: block;
}
#mobile_bottom_space
{
    width:100%;
    height: 0px;
}
@media only screen and (max-device-width:900px) 
{
    #wholeContainer
    {
        margin-top: 250px;
    }
    #mobile_bottom_space
    {
        width:100%;
        height: 600px;
    }
    #small_boxes_container_one
    {
        width:90%;
    
    }
    #small_boxes_container_two
    {
        width:90%;
    
    }
    #last_box_container
    {
        width:90%;
    
    }
    .small_box_title
    {
        font-size: 32px;
        height: 90px;
    }
    .infoContainer
    {
        width: 90%;
    }
    #infoTitle
    {
        font-size: 40px;
    }
    #infoPText
    {
        font-size: 35px;
    }
    .infoList
    {
        font-size: 35px;
    }
    #phoneContainer
    {
        margin-top: 20px;
        width: auto;
    }
    #imagePhone
    {
        width: 35px;
        float:left;
        margin-right: 20px;
    }
    #num
    {
        color: black;
        font-size: 45px;
        font-weight: 550;
        font-stretch: 100%;
        letter-spacing:-1px;
        text-align: center;
        float:right;
        margin-top: 5px;
        
    }
    #switchContainer
    {
        display: none;
    }
    #selectedLang{
        color:black;
        
    }
    #nonselectedLang{
        color:grey;
    }
    #mobile_switchContainer
    {
        display: block;
        width: 100%;
        height: auto;
        text-align: right;
        padding-top: 0px;
        text-align: right;
        margin-top: 15px;
       
        
    }
    .switch
    {
        position:relative;
        display: inline-block;
        width: 150px;
        height:55px;
        padding: 0px;
        margin: 0px;
       
        vertical-align: top;
    }
    .switch input
    {
        opacity:0;
        width:0;
        height:0;
    }
    .slider{
        position: absolute;
        cursor:pointer;
        top:0;
        left:0;
        right:0;
        bottom:0;
        background-color: black;
        -webkit-transition:.4s;
        transition:.4s;
    }
    .slider:before {
        position: absolute;
        content: "";
        height: 40px;
        width: 40px;
        left: 0px;
        bottom: 8px;
        background-color: white;
        -webkit-transition:.4s;
        transition: .4s;
    }
    input:checked + .slider 
    {
        background: black;
    }
    input:focus +.slider 
    {
        box-shadow: 0 0 1px black;
    }
    input:checked + .slider:before 
    {
        -webkit-transform: translateX(93px);
        -ms-transform: translateX(93px);
        transform: translateX(93px);
    }
    .slider.round
    {
        border-radius: 34px;
    }
    .slider.round:before
    {
        border-radius: 50%;
    }
    .textOne
    {
        font-size: 45px;
        font-weight: 550;
        font-stretch: 100%;
        letter-spacing:0px;
        text-align: center;
        margin-right: 10px;
        margin-left: 10px; 
        box-sizing: border-box;
        padding-top: 20px;  
    }
    #logo
    {
        position:absolute;
        top:5px;
        left:0px;
    }
    #logoImage
    {
        height: 130px;
        float:left;
        margin-left: 30px;
        margin-top: 10px;
        margin-bottom: 10px;	
    }
    #nav_container
    {
        font-size: 35px;
        list-style-type: none;
        background-color: white;
        margin-top:0px;
        margin-bottom: 0px;
        text-align: right;
        padding-right: 30px;
        padding-top:30px;
        padding-bottom: 15px;    
    }
    #top_bar
    {
        height:280px;
        width:100%;
    }
    #wholeContainer2
    {
        margin-top: 270px;
    }

}